home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / retro_ra.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  78 b   |  5 lines

  1. on(release){
  2.    _root.title.play();
  3.    _parent.gotoAndPlay("selected");
  4. }
  5.